/*
Description: dataforseo-topsites
Author: Vadym Borovok
Author URI: 
Date: 2020-10-01
Modified Date: 2020-10-01
*/
*{
	font-family: Raleway,sans-serif;
}
#tabulator-table {
}
.tabulator{
	font-weight: 500;
	color: #333;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
	white-space: normal;
}

.tabulator-header, .tabulator-headers {
	height: 70px;
}
.tabulator .tabulator-header, .tabulator .tabulator-header .tabulator-col {
	background-color: #F5F6FA!important;
	color: #5b657c;
	border-right: 1px solid #e3e5e5!important;
}
.tabulator-col {
	height: 70px;
}

.tabulator-sortable {
	height: 70px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
	border-bottom: 6px solid #5b657c!important;
}
.tabulator .tabulator-tableHolder .tabulator-table{
	color: #5b657c!important;
}
.tabulator-row .tabulator-cell{
	border-right: 1px solid #dde0e7!important;
}
.tabulator-row.tabulator-row-even {
	background-color: #F9FAFC!important;
}
/*.tabulator-row.tabulator-selectable:hover {*/
/*	background: #5b657c!important;*/
/*	color: rgb(255 255 255 / 87%)!important;*/
/*	cursor: pointer;*/
/*}*/
.price-old {
	color: #b13131;
	text-decoration: line-through;
}

.price-new {
	color: green;
	margin-left: 10px;
	font-weight: 700;
}

.button {
	cursor: pointer;
}

#loader {
	display: none;
}

#error-message {
	display: none;
}


#form-out .form-row {
	justify-content: center;
}
#form-out .btn-success{
	background-color: #b2dd4c;
	border-color: #b2dd4c;
	text-transform: uppercase;
	font-weight: 600;
	/* width: 100%; */
}
#form-out .btn-success:not(:disabled):not(.disabled).active,
#form-out .btn-success:not(:disabled):not(.disabled):active{
	background-color: #212121;
	border-color: #212121;
}
#form-out .btn-success:hover {
	background-color: #212121;
	border-color: #212121;
}
#results {
	margin: 30px 0 40px 0;
}
#searchQuery {
	position: relative;
}
.invalid-query-message {
	position: absolute;
}
#loader {
	margin: 10px auto;
}
#error-message {
	text-align: center;
	margin: 30px 0;
}
#error-message span {
	padding: 4px 16px;
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 4px;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 10px;
	background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
	background-color: #eeeeee;
	-webkit-border-radius: 16px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 10px;
	background-color: #666;
	border: 1px solid #eee;
	-webkit-border-radius: 16px;
}

.tabulator-row.tabulator-selectable:hover {
	box-shadow: inset 0 0 0 rgb(91 101 124);
	background: #ebedf3!important;
	color: rgb(91 101 124)!important;
	cursor: pointer;
}

.tooltip-class {
	width: 100px;
	height: 23px;
	background-color: transparent;
	margin: 0;    
}

.table-downloads {
    display: flex;
    justify-content: flex-end;
	align-items: center;
}

.table-downloads .table-downloads-button {
	margin-left: 5px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #b2dd4c!important;
    color: #b2dd4c;
    font-size: 15px;
    font-family: Raleway,sans-serif;
    font-weight: 700;
    padding: 4px 15px;
    border-radius: 4px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.table-downloads-button:hover {
    background-color: #b2dd4c;
    color: #ffffff;
}

#results {
    margin: 20px 0 20px 0;
}

.form-control {
    width: calc(100% - 110px);
    margin-right: 10px;
}